From efa24be2a4919aae5686162bc2846c513f53a735 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 2 Nov 2023 17:15:44 +0000 Subject: [PATCH] Remove libunwind from libunwind related architecture lists in debian/control.in as well as debian/control. --- debian/changelog | 4 ++++ debian/control.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2e9446809..e7a0db7fc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,6 +43,10 @@ llvm-toolchain-15 (1:15.0.7-10+rpi1) trixie-staging; urgency=medium [changes brought forward from 1:13.0.0-9+rpi2 by Peter Michael Green at Tue, 23 Nov 2021 22:37:30 +0000] * Remove armhf from architecture list for libunwind-13-dev dependency. + [changes introduced in 1:15.0.7-10+rpi1 by Peter Michael Green] + * Remove libunwind from libunwind related architecture lists in + debian/control.in as well as debian/control. + -- Peter Michael Green Tue, 31 Oct 2023 22:50:58 +0000 llvm-toolchain-15 (1:15.0.7-10) unstable; urgency=medium diff --git a/debian/control.in b/debian/control.in index 2be2c7f517..d518ff894a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -687,7 +687,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: libc++1-@LLVM_VERSION@ (= ${binary:Version}), ${misc:Depends}, - libunwind-@LLVM_VERSION@-dev [amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64] + libunwind-@LLVM_VERSION@-dev [amd64 arm64 i386 mips64el ppc64el ppc64 riscv64] Breaks: libc++-dev (<< 44) Provides: libc++-x.y-dev Conflicts: libc++-x.y-dev @@ -827,7 +827,7 @@ Description: OpenCL C language implementation - development files Package: libunwind-@LLVM_VERSION@ Section: libs -Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64 +Architecture: amd64 arm64 i386 mips64el ppc64el ppc64 riscv64 Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} @@ -844,7 +844,7 @@ Description: production-quality unwinder Package: libunwind-@LLVM_VERSION@-dev Section: libdevel -Architecture: amd64 arm64 armhf i386 mips64el ppc64el ppc64 riscv64 +Architecture: amd64 arm64 i386 mips64el ppc64el ppc64 riscv64 Multi-Arch: same Depends: ${misc:Depends}, -- 2.30.2